home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_6942.txt < prev    next >
Text File  |  1990-04-06  |  3KB  |  132 lines

  1. -- card: 6942 from stack: in.0-6
  2. -- bmap block id: 7183
  3. -- flags: 0000
  4. -- background id: 9237
  5. -- name: PrintReport
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=47 top=12 right=240 bottom=223
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Info 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   showFld
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 4 (field)
  28. -- low flags: 01
  29. -- high flags: 2004
  30. -- rect: left=8 top=247 right=340 bottom=506
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 174
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 15
  38. -- part name: 
  39. ----- HyperTalk script -----
  40. on mouseUp
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 2000
  48. -- rect: left=462 top=307 right=338 bottom=504
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 5233 / 5233
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: returnArrow
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   visual zoom close
  60.   go cd "printing" of stack "Intro to HyperCard 2.0"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 8 (button)
  66. -- low flags: 00
  67. -- high flags: 2000
  68. -- rect: left=265 top=12 right=240 bottom=441
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Info 2
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   showFld
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (field)
  85. -- low flags: 81
  86. -- high flags: 2004
  87. -- rect: left=131 top=212 right=322 bottom=357
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 174
  92. -- text size: 14
  93. -- style flags: 0
  94. -- line height: 15
  95. -- part name: info 1
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   hide me
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (field)
  104. -- low flags: 81
  105. -- high flags: 2004
  106. -- rect: left=110 top=215 right=306 bottom=388
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 0
  110. -- font id: 174
  111. -- text size: 14
  112. -- style flags: 0
  113. -- line height: 15
  114. -- part name: info 2
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   hide me
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part contents for card part 5
  123. ----- text -----
  124. The Print Report... dialog boxes allow you to specify how many fields you want printed on a single page, the spacing of the fields, and what fonts the different fields use.
  125.  
  126. -- part contents for card part 6
  127. ----- text -----
  128. In the Print Report... dialog boxes you can specify what headings should go at the top of your pages: you can include a title, or the date and time. At any time you can change the format of a report.
  129.  
  130. -- part contents for card part 4
  131. ----- text -----
  132. Here are two samples of the many kinds of pages you can print using the Print Report... option from the HyperCard File menu. Print Report... prints the information from the fields that you specify on the cards that you specify.You can develop several Print Report... formats for a stack, and save the formats to use again or in other stacks.